home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Utilities / DTConvert / DTConvert016.readme < prev    next >
Text File  |  1998-02-09  |  5KB  |  158 lines

  1. Short:    DTConvert V1.6 - Universal Datatypes converter
  2. Author:   GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  3. Uploader: GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  4. Type:     util/conv
  5.  
  6. ----
  7.  
  8. DTConvert/DTConvert                                       DTConvert/DTConvert
  9.  
  10.     NAME
  11.        DTConvert -- DataTypes-based conversion tool
  12.  
  13.     FORMAT
  14.        DTConvert [FROM|NAME|SRCNAME <file>]
  15.                  [DESTDATATYPE|DATATYPE|DTN <datatype>] [IFF]
  16.                  [TO|DESTNAME <file>] [GUI] [PUBSCREEN <public screen>]
  17.  
  18.     TEMPLATE
  19.        FROM=NAME=SRCNAME,DESTDATATYPE=DATATYPE=DTN,IFF/S,TO=DESTNAME,
  20.        GUI/S,PUBSCREEN/K
  21.  
  22.     PURPOSE
  23.        Convert data from one format into another format using datatypes
  24.        classes.
  25.  
  26.     DESCRIPTION
  27.        DTConvert converts data from one format into another format,
  28.        e.g. picture -> picture,
  29.             animation -> anmation,
  30.             movie -> movie,
  31.             sound -> sound,
  32.             text -> text (n/a)
  33.  
  34.       You simply have to set the souce file name (SRCNAME), the
  35.       datatype to convert to (DATATYPE) (or the IFF switch if you want to
  36.       convert into the base-IFF format and the destination file name (TO).
  37.  
  38.     BUGS
  39.       - picture.datatype V43 interface not implemented.
  40.         This causes that any encoder only runs in V42 mode any may
  41.         only encode 8 bit data.
  42.  
  43.       - path names are limitted to 1024 chars, larger filenames may cause
  44.         mailfunctions
  45.  
  46.     NOTES
  47.       - picture.datatype V43 pixmap interface not supported.
  48.  
  49.       - text conversion not supported yet.
  50.  
  51.     TODO
  52.       - picture.datatype V43 compatibility
  53.  
  54.       - text conversion
  55.  
  56.       - GUI and WB suppport
  57.  
  58.     HISTORY
  59.        V1.1:
  60.          - First release to dta@amigawolrd.com mailinglist.
  61.  
  62.        V1.2:
  63.          - Added support for animation.datatype subclasses
  64.  
  65.        V1.3:
  66.          - Minor fixes.
  67.  
  68.        V1.4
  69.          - Added support for sound.datatype V40 subclasses, partial support
  70.            for suggested sound.datatype V41 interface.
  71.  
  72.          - Added some usefull comments.
  73.  
  74.          - WriteAnimClass/WriteSoundClass now sets
  75.            SetIoErr( ERROR_REQUIRED_ARGUMENT_MISSING ); if something goes
  76.            wrong (this should abort the encoder; only ERROR_OBJECT_NOT_FOUND
  77.            is accepted here).
  78.  
  79.          - Fixed some holes in the error handling.
  80.  
  81.          - GUI added.
  82.  
  83.          - Added WB support
  84.  
  85.          - Added ENV variable support; a local or global (ENV) variable
  86.            "DTConvert" takes the same arguments as the shell template.
  87.            Variable settings can be overridden by any argument.
  88.  
  89.          - Project split in seperate sources (e.g. main, GUI, converters)
  90.  
  91.        V1.5
  92.          - Added the feature that the datatypes selection requester shows
  93.            only entries which match the source group IDs
  94.            (if a source has been already selected).
  95.  
  96.          - Added kluge which alows the conversion between GID_MOVIE
  97.            and GID_ANIMATION datatypes (both are based on
  98.            animation.datatype, here we have the same interface :-)
  99.  
  100.          - Fixed the bug that ConvertAnimation function did not deal
  101.            with truecolor bitmaps (e.g. CyberGFX bitmaps for example,
  102.            truecolor bitmaps are indicated by ADTA_NumColors == 0.
  103.            Fixed.
  104.  
  105.        V1.6
  106.          - Fixed the bug that ObtainDataTypeA was called for each
  107.            INTUITICK if the datatype selection requester was open.
  108.            Fixed.
  109.  
  110.  
  111.     AUTHOR's REQUEST
  112.         By  releasing  this program I do  not  place any obligations on you,
  113.         feel free to share this program with your  friends (and enemies).
  114.  
  115.         If you want to blame me, report any bugs, or wants a new version
  116.         send your letter to:
  117.                         Roland Mainz
  118.                         Hohenstaufenstraße 8
  119.                         52388 Nörvenich
  120.                         GERMANY
  121.  
  122.         Phone: (+49)(0)2426/901568
  123.         Fax:   (+49)(0)2426/901569
  124.  
  125.         EMAIL is also available:
  126.         GISBURN@w-specht.rhein-ruhr.de
  127.  
  128.         If you want to send me attachments larger than 1MB (up to 5MB,
  129.         more with my permission):
  130.         Up to April 1998 I'm reachable using this email address, too:
  131.         Reinhold.A.Mainz@KBV.DE
  132.  
  133.         | Please put your name and address in your mails !
  134.         | German mailers should add their phone numbers.
  135.         | See BUGS section above when submitting bug reports.
  136.  
  137.         Sorry, but I can only look once a week for mails.
  138.         If you don't hear something from me within three weeks, please
  139.         send your mail again (but watch about new releases) (problems with
  140.         this email port are caused by reconfigurations, hackers, network
  141.         problems etc.).
  142.  
  143.         The  entire  "DTConvert"  package may  be  noncommercially
  144.         redistributed, provided  that  the package  is always  distributed
  145.         in it's complete  form (including it's documentation).  A small copy
  146.         fee for media costs is okay but any kind of commercial distribution
  147.         is strictly forbidden! Comments  and  suggestions  how  to  improve
  148.         this program  are generally appreciated!
  149.  
  150.         Thanks to Matt Dillon for his DICE, David Junod for this datatypes
  151.         environment and Olaf 'Olsen' Barthel for his help, ideas and some
  152.         text clips from his documentations.
  153.  
  154. ----
  155.  
  156. Bye,
  157. Roland
  158.